home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / pcutils / os2 / povframe / mray.bat < prev    next >
Encoding:
DOS Batch File  |  1995-12-31  |  2.5 KB  |  47 lines

  1. @ ECHO OFF
  2. REM : This batch file is required to start the registered version of MORAY
  3. REM : from POVFrame. The Watcom compile of MORAY must be started from it's
  4. REM : own "home" directory. POVFrame will now call this batch file instead of 
  5. REM : having MORAYs program name 'hard coded' into it. This will even add
  6. REM : a little more flexability to POVFrame!
  7. REM *************************************************************************
  8. REM : NOTE: The DOS Session for MORAY is now started in the exact same way
  9. REM :       as the DOS Session for POV-Ray. (Using STARTD.EXE) It will use
  10. REM :       the ** SAME ** parameters as POV-Ray for the DOS Session. I.E.
  11. REM :       those defined in the STARTD initialization file POV.INI. If you
  12. REM :       need more DPMI memory for MORAY simply do the same thing as you
  13. REM :       would for POV-Ray: Use any ASCII text editor to edit POV.INI and
  14. REM :       alter the DPMI memory limit line to suit whatever you need. 
  15. REM :       8 megs is the default.
  16. REM *************************************************************************
  17. REM : Edit the lines below to reflect your machines setup. Replace 'd:\' with
  18. REM : the drive letter your copy of MORAY is one. Replace 'CD d:\morayr' with
  19. REM : the full path specification to get to your copy of MORAY. The last line
  20. REM : will actually call & start MORAY. When you exit MORAY the DOS VDM used
  21. REM : for it will close. Have Fun!
  22.  
  23. REM : Thanks to Lutz Kretzschmar for his help in altering POVFrame to work with
  24. REM : the registered version of MORAY!
  25.  
  26. REM : Note that this file is whats called by POVFrame, you can edit it to 
  27. REM : run in any way you like. You may also use MORAYs own batch file for 
  28. REM : the rendering loop by renaming it and editing it as needed. MRAY.BAT
  29. REM : was used as a default name to avoid conflict with MORAYs exitsing 
  30. REM : batch files. To use with the existing CALLMRAY.BAT file for rendering
  31. REM : loops -inside- MORAY simply replace line 3 below with the following:
  32. REM : CALL CALLMRAY.BAT
  33. REM : The rendering loop support in MORAY will then work as well. Ain't OS/2
  34. REM : GREAT! :-)
  35.  
  36. REM : ***************** The following actually call MORAY *******************
  37.  
  38. REM : Edit this line to change to the drive MORAY is installed on:
  39. D:\
  40.  
  41. REM : Edit this line to change to the directory MORAY resides in:
  42. CD D:\MORAY
  43.  
  44. REM : Edit this line if you've changed the name of the MORAY.EXE file or if
  45. REM : you'd like to use MORAYs existing CALLMRAY.BAT file. (See above):
  46. MORAY.EXE
  47.